Changes between Version 68 and Version 69 of DoxygenPlugin


Ignore:
Timestamp:
Nov 13, 2015, 10:55:29 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DoxygenPlugin

    v68 v69  
    2121== Bugs/Feature Requests
    2222
    23 Existing bugs and feature requests for DoxygenPlugin are [report:9?COMPONENT=DoxygenPlugin here]. If you have any issues, create a
    24 [/newticket?component=DoxygenPlugin new ticket] but read BugReporting page first, please.
    25 
    26 [[TicketQuery(component=DoxygenPlugin&group=type,format=progress)]]
     23Existing bugs and feature requests for DoxygenPlugin are
     24[report:9?COMPONENT=DoxygenPlugin here].
     25
     26If you have any issues, create a
     27[/newticket?component=DoxygenPlugin new ticket].
     28
     29[[TicketQuery(component=DoxygenPlugin,group=type,format=progress)]]
    2730
    2831== Download
    2932
    30 Download the zipped source for the appropriate branch: [download:doxygenplugin/0.9 0.9], [download:doxygenplugin/0.10 0.10], [download:doxygenplugin/0.11 0.11].
     33Download the zipped source for the appropriate branch: [export:doxygenplugin/0.9 0.9], [export:doxygenplugin/0.10 0.10], [export:doxygenplugin/0.11 0.11].
    3134
    3235== Source
    3336
    34 You can check out the source for this plugin using [/svn/doxygenplugin Subversion],
    35 or [browser:/doxygenplugin browse] the source locally.
    36 
    37 == Example
    38 
    39 An example use of the DoxygenPlugin can be seen on the [http://developer.pidgin.im/doxygen/ Pidgin] site.
     37You can check out DoxygenPlugin from [/svn/doxygenplugin here] using Subversion,
     38or [browser:/doxygenplugin browse the source] using Trac.
    4039
    4140== Installation
     
    4544=== Manual
    4645
    47 Download the source code for the DoxygenPlugin from [download:doxygenplugin here] or checkout the source from the Trac hacks subversion repository at `http://trac-hacks.org/svn/doxygenplugin`.
     46Download the source code for the DoxygenPlugin from [export:doxygenplugin here] or checkout the source from the Trac hacks subversion repository at `http://trac-hacks.org/svn/doxygenplugin`.
    4847
    4948Change to the doxygenplugin/0.10 directory and run:
     
    181180{{{#!css
    182181<style type="text/css">
    183         h1 { text-align: center; }
     182   h1 { text-align: center; }
    184183</style>
    185184}}}
     
    213212In order to use links to documented structs or classes Doxygen needs to be configured '''not''' to generate subdirectories, see [http://www.stack.nl/~dimitri/doxygen/config.html#cfg_create_subdirs CREATE_SUBDIRS]. Also filenames generated must be case sensitive, preserving the original casing ([http://www.stack.nl/~dimitri/doxygen/config.html#cfg_case_sense_names CASE_SENSE_NAMES] must be set to "YES").
    214213
     214== Example
     215
     216An example use of the DoxygenPlugin can be seen on the [http://developer.pidgin.im/doxygen/ Pidgin] site.
     217
    215218== Recent Changes
    216219