We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
You are here: TWiki> Plugins Web>SearchResult? >DoxygenPlugin (11 Jan 2007, RickMach)
Tags:
documentation1Add my vote for this tag integration1Add my vote for this tag create new tag
, view all tags

DoxygenPlugin

This plugin allows you to create links to classes within doxygen-generated documentation.

Syntax Rules

%DOX{classname[displayName] project="optionalProjectName"}%

Examples

syntax example result
%DOX{classname}% %DOX{nKernelServer}% %DOX{nKernelServer}%
%DOX{classname}% %DOX{nebulacollide::nKernelClient::BadConnection}% %DOX{nebulacollide::nKernelClient::BadConnection}%
%DOX{path/to/html}% %DOX{nebulacollide/html/collide_usage.html}% %DOX{nebulacollide/html/collide_usage.html}%
%DOX{classname[displayName]}% %DOX{nKernelServer[The Kernel]}% %DOX{nKernelServer[The Kernel]}%

Where classname is the case sensitive name of the class you wish to link to. For example %DOX{nKernelServer}% creates a link like this %DOX{nKernelServer}%.

If you are using namespaces or nested classes, specific the fully qualified name with :: as you would referecing it in code as in the example above.

If you wish to link to a specific function or other API page, then you can use %DOX{path}% where path is the path to the html file relative to /doc/doxydoc/. For example if you wished to link to /doc/doxydoc/nebulacollide/html/collide_usage.html then you would type %DOX{nebulacollide/html/collide_usage.html}% to get a link like this %DOX{nebulacollide/html/collide_usage.html}%.

To have the link display text other than the class name or file path, put the alternative text in square brackets like this %DOX{nKernelServer[The Kernel]}%, which would display as %DOX{nKernelServer[The Kernel]}%

DoxygenPlugin Global Settings

Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, i.e. %DOXYGENPLUGIN_SHORTDESCRIPTION%

  • Set SHORTDESCRIPTION = Creates links to doxygen-generated docs using %DOX{classname}%.
    • Set DEBUG = 0

  • default project if repository isn't specified in the plugin parameters (case doesn't matter here because it all gets uppercased anyway)
    • Set PROJECT = neb

Plugin Installation Instructions

Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.

  • Download the ZIP file from the Plugin web (see below)
  • Unzip DoxygenPlugin.zip in your twiki installation directory. Content:
File: Description:
data/TWiki/DoxygenPlugin.txt Plugin topic
data/TWiki/DoxygenPlugin.txt,v Plugin topic repository
data/TWiki/DoxygenPluginTests.txt Plugin topic tests
data/TWiki/DoxygenPluginTests.txt,v Plugin topic tests repository
lib/TWiki/Plugins/DoxygenPlugin.pm Plugin Perl module
  • (Dakar) Visit configure in your TWiki installation, and enable the plugin in the {Plugins} section.
  • Test if the installation was successful:
    • %DOX{ nKernelServer project="neb" }% : %DOX{ nKernelServer project="neb" }%
  • Other examples

Plugin Info

Plugin Author: TWiki:Main/WillNorris, TWiki:Main/LeafGarland
Plugin Version: 11 Jan 2007 (V1.1)
Change History:  
11 Jan 2007: Added support for namespaces and nested classes (TWiki:Main/RickMach)
01 Aug 2003: Initial version
CPAN Dependencies: none
Other Dependencies: doxygen
Perl Version: 5.005+
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/DoxygenPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/DoxygenPluginDev

Related Topics: TWikiPreferences, TWikiPlugins

-- TWiki:Main/WillNorris - 01 Aug 2003

Topic attachments
I Attachment Action Size Date Who Comment
elsemd5 DoxygenPlugin.md5 manage 0.4 K 11 Jan 2007 - 18:08 RickMach  
ziptgz DoxygenPlugin.tgz manage 12.4 K 11 Jan 2007 - 18:08 RickMach  
zipzip DoxygenPlugin.zip manage 13.9 K 11 Jan 2007 - 18:07 RickMach  
elseEXT DoxygenPlugin_installer manage 27.9 K 11 Jan 2007 - 18:08 RickMach  
Topic revision: r4 - 11 Jan 2007 - 18:11:26 - RickMach
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback