|
Eleron
1.0
|
Public Types | |
| enum | WindowModes { WindowModes.Generate, WindowModes.Configuration, WindowModes.About } |
Public Member Functions | |
| void | readBaseConfig () |
| void | MakeNewDoxyFile (DoxygenConfig config) |
| void | RunDoxygen () |
Static Public Member Functions | |
| static void | Init () |
| static void | OnDoxygenFinished (int code) |
Public Attributes | |
| string | UnityProjectID = PlayerSettings.productName+":" |
| string | AssestsFolder = Application.dataPath |
| string[] | Themes = new string[3] {"Default", "Dark and Colorful", "Light and Clean"} |
| int | SelectedTheme = 1 |
| string | BaseFileString = null |
| string | DoxygenOutputString = null |
| string | CurentOutput = null |
Static Public Attributes | |
| static DoxygenWindow | Instance |
A Editor Plugin for automatic doc generation through Doxygen
Author: Jacob Pennock (http://Jacobpennock.com)
Version: 1.0
|
static |
| void DoxygenWindow.MakeNewDoxyFile | ( | DoxygenConfig | config) |
|
static |
| void DoxygenWindow.readBaseConfig | ( | ) |
| void DoxygenWindow.RunDoxygen | ( | ) |
| string DoxygenWindow.AssestsFolder = Application.dataPath |
| string DoxygenWindow.BaseFileString = null |
| string DoxygenWindow.CurentOutput = null |
| string DoxygenWindow.DoxygenOutputString = null |
|
static |
| int DoxygenWindow.SelectedTheme = 1 |
| string [] DoxygenWindow.Themes = new string[3] {"Default", "Dark and Colorful", "Light and Clean"} |
| string DoxygenWindow.UnityProjectID = PlayerSettings.productName+":" |