History log of /haiku-fatelf/docs/user/Doxyfile
Revision Date Author Comments
# 3528f5bb 19-Jan-2013 John Scipione <jscipione@gmail.com>

Add BBitmapStream docs and translation kit stub


# 2b934bb6 14-Jan-2013 John Scipione <jscipione@gmail.com>

Add BFilePanel and BRefFilter documentation


# 0abbcaaa 14-Jan-2013 John Scipione <jscipione@gmail.com>

Update Doxyfile to 1.7.5.1


# ceaf7141 21-Dec-2012 John Scipione <jscipione@gmail.com>

BDirectWindow class documentation fixes


# b1b809ef 21-Dec-2012 John Scipione <jscipione@gmail.com>

Add preliminary DirectWindow documentation


# 8786818c 18-Dec-2011 John Scipione <jscipione@gmail.com>

Add documentation for the GameProducer class in the Game Kit.

This documentation was provided by Omri Barak, a student participating
in Google Code Initiative (GCI) 2011.

Signed off by John Scipione

Since this is the first class documented in the Game Kit I also added
a reference to the Game Kit to the API docs front page.


# 4466b89c 10-Nov-2011 John Scipione <jscipione@gmail.com>

Add a section to the Haiku Book with a very special topic, the keyboard.
This started off as just being a page to detail the key codes since I find
myself constantly referencing the BeBook page on the subject and it is
horribly broken. However, the page has grown to detail many of the keyboard
related methods and constants defined in InterfaceDefs.h as well. A very
long and detailed explanation of the key_map structure is included.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43230 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 38a05774 02-Nov-2011 John Scipione <jscipione@gmail.com>

Set SORT_MEMBERS_CTORS_1ST variable to YES in the Doxyfile so that constructor and destructor methods will get sorted before member methods in class documentation files.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43099 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6ac7032d 02-Nov-2011 John Scipione <jscipione@gmail.com>

Update the style of the Haiku Book to resemble the User Guide.
If you have never seen this before you are in for a bit of a shock.
Update the Doxyfile to 1.7.3 (the version that gets auto-generated).

Update the book.dox front page with some nice introductory text.

Add new documentation for the following classes:
BCheckBox
BClipboard
BColorControl
BControl
BEntryList
BView (preliminary)

Remove redundant documentation from src/kits/storage/EntryList.cpp

Minor documentation update for the following classes:
BAlert
BApplication
BArchivable
BBox
BButton
BCatalog
BFindDirectory
BHandler
BUnarchiver
BString

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43096 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7f1880dc 29-Oct-2011 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Apply patch for ticket #8008:
* Remove BNode documentation from the source code and add it to Node.dox
* Rewrite some of the existing documents


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42986 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1326b9d0 29-Oct-2011 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Apply the patch by jscipione on ticket #7994.

* Update BScreen class style and variable names
* Remove documentation from Screen.cpp file
* Create Screen.dox documentation file



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42984 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 07658a13 27-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Add some documentation for find_directory. This is very incomplete yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42694 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a33f8fbd 09-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Merge work by John Scipione on the Haiku Book.
* Some new classes documented
* Screenshots for the interface kit controls
* A lot of typo fixes
* Some css tweaks

This has some backporting to the current version of Doxygen, since
there are experiments to get coloring similar to the one in the Be
Book that will hopefully be upstreamed in Doxygen.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42608 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61a02f6d 09-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Add the header file to doxygen, too
* Fix copypaste error.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42607 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6ec25bba 30-Nov-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Add documentation for BBox class, done by Clark Gaebel as part of GCI 2010.
I did rework the text a little.

I would like to get some careful review for this. Nielx put out the (valid) concern that he's not confident in random students with no previous Haiku experience to write the API reference.
I'd like to know if I should put online more of these tasks, or if I should stop now because the quality is too low.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39686 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cc19e7c0 22-Oct-2010 Alex Wilson <yourpalal2@gmail.com>

Add initial documentation for Layout API, not everything is documented, and it's not perfect, but its time to commit this.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39055 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0a4e27c5 04-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fixed the main page entry for locale kit
* Also parse the actual code to get the methods shown in the classes, inheritance diagrams, and all that stuff
* Add some docs on date formatting to BLocale


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37925 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e9fd63ec 03-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fix some outdated information in documentation files
* Add a very small part of documentation about the Locale Kit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37873 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 702a1e72 01-Feb-2009 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Tweak looks of API documentation.

WIP:
* Only a first subset of CSS has been applied
* Look based on Humdinger's and other's work on user guide
* Navigation is still ugly. I need to work around the limitations of Doxygen. Maybe by a patch though.
* Needs a manual extra step: you need to copy the /trunk/docs/userguide/images/logo.png to the /trunk/generated/doxygen/html directory

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29117 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 301744b8 27-Dec-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Phase I of the BHandler documentation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23168 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8a446182 08-Aug-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Create framework for Application Kit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21851 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cb15abc7 12-Jun-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Update to Doxygen 1.5.2.

Please update your executable if you are generating the documentation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21404 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 81071f5e 16-Apr-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Large documentation update:
- Add the beginnings of the documentation for the USB module
- Fix some mistakes here and there
- Almost finished the support kit. Tried to update everything to the standards

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20724 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3458a335 03-Apr-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Started documenting the FS API a bit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20544 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a38ee20f 19-Mar-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Initial revision of the API documentation guidelines up for discussion. DataIO.dox and List.dox conform to these guidelines.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20392 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 89e18a51 02-Mar-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

* Take a document on compatibility from the Haiku website (experimenting with pages) - Originally written by Ingo and updated by others, I have permission from Ingo.
* book.dox Rework a bit of the structure
* midi2/support Separate the overview (or Introduction) from the list of elements in a module.
* support Wrote initial documentation for Beep/BufferIO/DataIO
* Stub for article on archiving.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20307 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 089b7ad4 28-Dec-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Some more work on the Doxygen version of the haiku_book.

I will keep working on the Docbook version, but as I'm still not completely comfortable with that as final choice, I'm playing around with this as well.

The String.cpp file contained doxygen documentation for almost all methods, I copied those to a new file (string.dox) and grouped them accordingly. (Done because Axel is absolutely against in-header or in-source docs)

Integrated the BMidiConsumer and BMidiLocalConsumer class into the same file (like I did now to the producers), since I think it's better to keep a 1:1 relation with the headers.

Removed the mididefs.dox file and replaced it with the midi2/Midi2Defs.dox file which actually documents the Midi2Defs.h file, rather than contain a custom page that was somewhat hard to find.

Please see http://www.myhouserules.nl/haiku_book/index.html for a generated book from the current source. I actually quite like the output so far, though I'm aware of the fact that I needed to perform some tricks to let Doxygen get to this point.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19651 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 515dc588 27-Dec-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Play around with doxygen a bit more, since I don't want to give up on it just yet.

Started 'copying' some comments from the String.cpp file.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19642 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d419ca3b 11-Sep-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Update API documentation and Doxyfile to improve the output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18822 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e932ec1a 11-Sep-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Revert earlier removal.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18801 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61da80a8 10-Sep-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

This documentation is converted to docbook.

Check the trunk/src/documentation/haiku_book subdir.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18791 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7e3d3594 14-Mar-2005 Axel Dörfler <axeld@pinc-software.de>

Added support kit and some POSIX headers to the doxyfile.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11735 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 700c9b5d 01-Jun-2004 Waldemar Kornewald <wkornew@nowhere.fake>

Added initial PPP API documentation.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7729 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0524a6a8 11-Mar-2003 mahlzeit <mahlzeit@nowhere.fake>

Added Midi Kit end-user documentation.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2881 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8786818cf2b7afd3ea9979f06d3ead55cfef041b 18-Dec-2011 John Scipione <jscipione@gmail.com>

Add documentation for the GameProducer class in the Game Kit.

This documentation was provided by Omri Barak, a student participating
in Google Code Initiative (GCI) 2011.

Signed off by John Scipione

Since this is the first class documented in the Game Kit I also added
a reference to the Game Kit to the API docs front page.


# 4466b89c65970de4c7236ac87faa2bee4589f413 10-Nov-2011 John Scipione <jscipione@gmail.com>

Add a section to the Haiku Book with a very special topic, the keyboard.
This started off as just being a page to detail the key codes since I find
myself constantly referencing the BeBook page on the subject and it is
horribly broken. However, the page has grown to detail many of the keyboard
related methods and constants defined in InterfaceDefs.h as well. A very
long and detailed explanation of the key_map structure is included.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43230 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 38a0577422cc2c7db8980e54ccc0c4a6c1fe592b 02-Nov-2011 John Scipione <jscipione@gmail.com>

Set SORT_MEMBERS_CTORS_1ST variable to YES in the Doxyfile so that constructor and destructor methods will get sorted before member methods in class documentation files.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43099 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6ac7032dc66744139522bdef3fab49d4e894a84a 02-Nov-2011 John Scipione <jscipione@gmail.com>

Update the style of the Haiku Book to resemble the User Guide.
If you have never seen this before you are in for a bit of a shock.
Update the Doxyfile to 1.7.3 (the version that gets auto-generated).

Update the book.dox front page with some nice introductory text.

Add new documentation for the following classes:
BCheckBox
BClipboard
BColorControl
BControl
BEntryList
BView (preliminary)

Remove redundant documentation from src/kits/storage/EntryList.cpp

Minor documentation update for the following classes:
BAlert
BApplication
BArchivable
BBox
BButton
BCatalog
BFindDirectory
BHandler
BUnarchiver
BString

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43096 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7f1880dc0ed378e10f46bf7dd6d697dcf9ffd9fe 29-Oct-2011 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Apply patch for ticket #8008:
* Remove BNode documentation from the source code and add it to Node.dox
* Rewrite some of the existing documents


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42986 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1326b9d0b48dd37031ac17a31f77f092fd2afd73 29-Oct-2011 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Apply the patch by jscipione on ticket #7994.

* Update BScreen class style and variable names
* Remove documentation from Screen.cpp file
* Create Screen.dox documentation file



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42984 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 07658a130ee68ac167d6ad5b00289fd0a540c445 27-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Add some documentation for find_directory. This is very incomplete yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42694 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a33f8fbdec035ff322cc1ef364877a3092e99a09 09-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Merge work by John Scipione on the Haiku Book.
* Some new classes documented
* Screenshots for the interface kit controls
* A lot of typo fixes
* Some css tweaks

This has some backporting to the current version of Doxygen, since
there are experiments to get coloring similar to the one in the Be
Book that will hopefully be upstreamed in Doxygen.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42608 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61a02f6d991274728e13858b38732f242eaf129d 09-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Add the header file to doxygen, too
* Fix copypaste error.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42607 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6ec25bba48828d6d3e51e768d766aed4d97a08c5 30-Nov-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Add documentation for BBox class, done by Clark Gaebel as part of GCI 2010.
I did rework the text a little.

I would like to get some careful review for this. Nielx put out the (valid) concern that he's not confident in random students with no previous Haiku experience to write the API reference.
I'd like to know if I should put online more of these tasks, or if I should stop now because the quality is too low.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39686 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cc19e7c0ffc8b52c397d854c894193b3e69c022b 22-Oct-2010 Alex Wilson <yourpalal2@gmail.com>

Add initial documentation for Layout API, not everything is documented, and it's not perfect, but its time to commit this.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39055 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0a4e27c50bf15b9ebf5831513c1a598acf8e0516 04-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fixed the main page entry for locale kit
* Also parse the actual code to get the methods shown in the classes, inheritance diagrams, and all that stuff
* Add some docs on date formatting to BLocale


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37925 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e9fd63ec7c895097106c925b73753e152b1c6b0b 03-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fix some outdated information in documentation files
* Add a very small part of documentation about the Locale Kit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37873 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 702a1e7241145d176c05642e59c99772d53fc010 01-Feb-2009 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Tweak looks of API documentation.

WIP:
* Only a first subset of CSS has been applied
* Look based on Humdinger's and other's work on user guide
* Navigation is still ugly. I need to work around the limitations of Doxygen. Maybe by a patch though.
* Needs a manual extra step: you need to copy the /trunk/docs/userguide/images/logo.png to the /trunk/generated/doxygen/html directory

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29117 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 301744b8ac24aa89d079ae8590acc323057ab6a6 27-Dec-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Phase I of the BHandler documentation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23168 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8a446182252e58e75cbe8d2fb715abfc1fc8f9ad 08-Aug-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Create framework for Application Kit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21851 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cb15abc767c866deefef856f714158f22627ba0a 12-Jun-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Update to Doxygen 1.5.2.

Please update your executable if you are generating the documentation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21404 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 81071f5e8a19a909d8178fae1f1ebf5eb7388f56 16-Apr-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Large documentation update:
- Add the beginnings of the documentation for the USB module
- Fix some mistakes here and there
- Almost finished the support kit. Tried to update everything to the standards

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20724 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3458a335ab23b6fc6d280d721a6a15b08b11fcb4 03-Apr-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Started documenting the FS API a bit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20544 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a38ee20f9953dc81c1ff305b9d3c8fd7e9e5e029 19-Mar-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Initial revision of the API documentation guidelines up for discussion. DataIO.dox and List.dox conform to these guidelines.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20392 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 89e18a513c88a244eadb707a1a036d705692d16b 02-Mar-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

* Take a document on compatibility from the Haiku website (experimenting with pages) - Originally written by Ingo and updated by others, I have permission from Ingo.
* book.dox Rework a bit of the structure
* midi2/support Separate the overview (or Introduction) from the list of elements in a module.
* support Wrote initial documentation for Beep/BufferIO/DataIO
* Stub for article on archiving.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20307 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 089b7ad4c6c63409b1751d0cb77d00c30851daec 28-Dec-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Some more work on the Doxygen version of the haiku_book.

I will keep working on the Docbook version, but as I'm still not completely comfortable with that as final choice, I'm playing around with this as well.

The String.cpp file contained doxygen documentation for almost all methods, I copied those to a new file (string.dox) and grouped them accordingly. (Done because Axel is absolutely against in-header or in-source docs)

Integrated the BMidiConsumer and BMidiLocalConsumer class into the same file (like I did now to the producers), since I think it's better to keep a 1:1 relation with the headers.

Removed the mididefs.dox file and replaced it with the midi2/Midi2Defs.dox file which actually documents the Midi2Defs.h file, rather than contain a custom page that was somewhat hard to find.

Please see http://www.myhouserules.nl/haiku_book/index.html for a generated book from the current source. I actually quite like the output so far, though I'm aware of the fact that I needed to perform some tricks to let Doxygen get to this point.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19651 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 515dc58881afdf23715b9834f6a50f845307fc8e 27-Dec-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Play around with doxygen a bit more, since I don't want to give up on it just yet.

Started 'copying' some comments from the String.cpp file.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19642 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d419ca3b7bf7e42c137fc3ea9b74eeaf7e653d49 11-Sep-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Update API documentation and Doxyfile to improve the output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18822 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e932ec1af2d1d61709bbe320b7d96b8d5c0578cb 11-Sep-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Revert earlier removal.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18801 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 61da80a80ab569b412457e5e3e9a89d2c10ed333 10-Sep-2006 Niels Sascha Reedijk <niels.reedijk@gmail.com>

This documentation is converted to docbook.

Check the trunk/src/documentation/haiku_book subdir.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18791 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7e3d359491217926506cc6c73e8bc1203cd5c1cc 14-Mar-2005 Axel Dörfler <axeld@pinc-software.de>

Added support kit and some POSIX headers to the doxyfile.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11735 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 700c9b5dad153bf7dd75286126ba276fdc9e2f44 01-Jun-2004 Waldemar Kornewald <wkornew@nowhere.fake>

Added initial PPP API documentation.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7729 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0524a6a89db566881e3acf3cee9b39614d22a511 11-Mar-2003 mahlzeit <mahlzeit@nowhere.fake>

Added Midi Kit end-user documentation.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2881 a95241bf-73f2-0310-859d-f6bbb57e9c96