Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
UppHub
Status & Roadmap
FAQ
Authors & License
Forums
Funding U++
Search on this site











SourceForge.net Logo

SourceForge.net Logo

GitHub Logo

Discord Logo

Topic

 

Using TheIDE documentation editor (Topic++) to provide application help

 

 

 

 

Topic.cpp

 

#include <CtrlLib/CtrlLib.h>

 

using namespace Upp;

 

#define TOPICFILE <Topic/app.tpp/all.i>

#include <Core/topic_group.h>

 

GUI_APP_MAIN

{

    HelpWindow help;

    help.GoTo("topic://Topic/app/main_en-us");

    help.Execute();

}

 

 

 

 

Do you want to contribute?