#include <texttools.h>
Represents a Dox "page", not a dox file.
Public Member Functions | |
| DoxPage () | |
| DoxPage (const DoxPage &src) | |
Public Attributes | |
| BaseArray< String > | _lines | 
| Url | _file | 
| DoxTitle | _pageTitle | 
| BaseArray< DoxTitle > | _sections | 
| BaseArray< DoxSnippet > | _snippets | 
| Int | _start | 
| DoxPage | ( | ) | 
| Url _file | 
full path
| DoxTitle _pageTitle | 
page title
| BaseArray<DoxSnippet> _snippets | 
"@snippet" lines
| Int _start | 
line number in the source file where the dox page starts