⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 doxywizard_usage.doc

📁 doxygen(一个自动从源代码生成文档的工具)的源代码
💻 DOC
字号:
/****************************************************************************** * * $Id: doxywizard_usage.doc,v 1.2 2001/03/19 19:27:39 root Exp $ * * Copyright (C) 1997-2001 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby  * granted. No representations are made about the suitability of this software  * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * * Documents produced by Doxygen are derivative works derived from the * input used in their production; they are not affected by this license. * *//*! \page doxywizard_usage Doxywizard usageDoxywizard is a GUI front-end for creating and editing configuration files that are used by doxygen. Doxywizard consists of a single executable that, when started, pops up a window. The main window has a number of tab field, onefor each section in the configuration file. Each tab-fieldcontains a number of lines, one for each configuration option inthat section. The kind of input widget depends on the type of the configuration option. <ul><li>For each boolean option (those options that are answered with YES or     NO in the configuration file) there is a check-box. <li>For items taking one of a fixed set of values (like     \ref cfg_output_language "OUTPUT_LANGUAGE") a combo box is used.<li>For items taking an integer value from a range, a spinbox is used.<li>For free form string-type options there is a one line edit field<li>For options taking a lists of strings, a one line edit field is     available, with a `+' button to add this string to the list and     a `-' button to remove the selected string from the list. There     is also a button with a circular "refresh" arrow that, when pressed,     replaces the selected item in the list with the string entered in the     edit field. <li>For file and folder entries, there are special buttons     that start a file dialog.</ul>\image html doxywizard.gif*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -