Component index
Section index | Component project |
Search |
Type | Function |
Summary | Framework to publish project |
Description | The component manage the main page of a web project. |
![]() ![]() | void docindex (const char *title) | |
![]() ![]() | void document1 (int nodoc, const char *title) | |
![]() ![]() | void document2 (int nodoc, const char *title) | |
![]() ![]() | void document3 (int nodoc, const char *title) | |
![]() ![]() | void document4 (int nodoc, const char *title) | |
![]() ![]() | void documents (int nodoc, const char *title) | |
![]() ![]() | bool has_logs (const char *title) | |
![]() ![]() | bool has_news (const char *title) | |
![]() ![]() | void layout (const char *title) | |
![]() ![]() | void logo (const char *title) | |
![]() ![]() | void logs (const char *title) | |
![]() ![]() | void news (const char *title) | |
![]() ![]() | void refs (const char *title) |
This present the document number 1
This present the document number 2
This present the document number 3
This present the document number 4
This function is called to present any document. The default is to dispatch to the documentN functag. This functag allows for many documents.
Documents are numbered starting at one. You specify a title and a document number.