#include "cbplugin.h"#include <cbstyledtextctrl.h>#include <tinyxml/tinyxml.h>#include "Config.h"

Go to the source code of this file.
Classes | |
| class | DoxyBlocks |
| The main plug-in application class. More... | |
Enumerations | |
| enum | eControlIds { ID_TB_WIZARD = wxID_HIGHEST + 9000, ID_TB_EXTRACTPROJECT, ID_TB_BLOCKCOMMENT, ID_TB_LINECOMMENT, ID_TB_RUNHTML, ID_TB_RUNCHM, ID_TB_CONFIG, ID_MENU_DOXYBLOCKS, ID_MENU_DOXYWIZARD, ID_MENU_EXTRACTPROJECT, ID_MENU_BLOCKCOMMENT, ID_MENU_LINECOMMENT, ID_MENU_RUNHTML, ID_MENU_RUNCHM, ID_MENU_CONFIG, ID_MENU_SAVE_TEMPLATE, ID_MENU_LOAD_TEMPLATE } |
Toolbar control IDs. | |
| enum | eLogStatusIds { LOG_NORMAL = wxID_HIGHEST + 9050, LOG_WARNING, LOG_ERROR } |
Log entry style IDs. More... | |
DoxyBlocks - doxygen integration for Code::Blocks.
Copyright (C) 2010 Gary Harris.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
| enum eLogStatusIds |
1.7.1