Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 13 and Version 14 of Doxygen


Ignore:
Timestamp:
Feb 25, 2014, 7:08:25 AM (10 years ago)
Author:
MarkDoliner
Comment:

Better API doc instructions.

Legend:

Unmodified
Added
Removed
Modified
  • Doxygen

    v13 v14  
    1 = Documentation generated by Doxygen =
    2 
    3 You can generate this same documentation in your source tree by running "`make docs`", then just open `./doc/html/index.html` in a web browser.
     1= API documentation =
    42
    53 - [doxygen:2.0.0/main.html API for 2.0.0]
     
    108 - [doxygen:2.10.5/main.html API for 2.10.5]
    119 - [doxygen:dev2.x.y/main.html API for 2.x.y dev] (updated nightly from the branch im.pidgin.pidgin.2.x.y)
    12  - [doxygen:dev3.0.0/main.html API for 3.0.0 dev] (updated nightly from the branch im.pidgin.pidgin)
     10 - [doxygen:dev3.0.0/main.html API for 3.0.0 dev] (**out of date** — no longer published here automatically)
     11
     12== How to build the API docs ==
     13You can generate this same documentation in your source tree.
     14
     15=== For 2.x.y releases ===
     16 1. Run `./configure` (or `./autogen.sh` if you got your source from our Mercurial source code repository).
     17 1. Run `make docs`
     18 1. Open `./doc/html/index.html` in a web browser.
     19
     20=== For 3.x.y releases ===
     21 1. Run `./configure --enable-gtk-doc` (or `./autogen.sh --enable-gtk-doc` if you got your source from our Mercurial source code repository).
     22 1. Run `make`
     23 1. Open `./doc/reference/*/html/index.html` in a web browser.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!