|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
Class Controlling Text Substitution. More...
Go to the source code of this file.
Data Structures | |
| class | ProjectSubstitute |
Macros | |
| #define | DEFAULT_RETURN_ADDRESS "https://www.little.id.au/projects/index.php" |
| Default Return Address inserted into Project. | |
| #define | MAXIMUM_KEY_VALUE_PAIRS 60 |
| Define the Maximum number of Key-Value pairs to Display. | |
| #define | PROJECT_KEY_COLUMN_WIDTH 150 |
| Define the Key's Column Width in the display. | |
Enumerations | |
| enum | PROJECT_ITEM { PROJECT_NAME , PROJECT_IDENT , MAJOR_VERSION , MINOR_VERSION , REVISION , BRIEF_DESCRIPTION , DEV_FAMILY , LANGUAGE_FAMILY , PRIMARY_TOOL , SYSTEM_FAMILY , PROJECT_STATUS , PROJECT_HISTORY , STATUS_DATE , DOCUMENT_LICENCE , SOFTWARE_LICENCE , HARDWARE_LICENCE , PROJECT_CONTACT , PROJECT_EMAIL , FULL_DESCRIPTION , PROJECT_DIRECTORY , PROJECT_ICON , DOXY_LOGO , DOXY_HTML_HEADER , DOXY_HTML_FOOTER , DOXY_EXTRA_STYLESHEET , ASSOCIATED_GROUP , DEPARTURE_URL , SITE_URL , EXECUTABLE_DIR , SOURCE_LIST , PROJECT_ITEM_END } |
| A sequential list of Project Parameters. More... | |
Class Controlling Text Substitution.
Definition in file projectsubstitute.h.
| #define DEFAULT_RETURN_ADDRESS "https://www.little.id.au/projects/index.php" |
Default Return Address inserted into Project.
Definition at line 20 of file projectsubstitute.h.
| #define MAXIMUM_KEY_VALUE_PAIRS 60 |
Define the Maximum number of Key-Value pairs to Display.
Definition at line 68 of file projectsubstitute.h.
Referenced by ProjectSubstitute::ProjectSubstitute().
| #define PROJECT_KEY_COLUMN_WIDTH 150 |
Define the Key's Column Width in the display.
Definition at line 74 of file projectsubstitute.h.
Referenced by ProjectSubstitute::ProjectSubstitute().
| enum PROJECT_ITEM |
A sequential list of Project Parameters.
Definition at line 27 of file projectsubstitute.h.