/haiku/docs/user/ |
H A D | HOWTO | 6 here, not development related docs (those belong in trunk/docs/develop). 19 of trunk/docs/user. Of course, if you embed the Doxygen comments directly in 20 your source code, you don't need to make a subdir in trunk/docs/user. 27 To generate the docs, simply type "doxygen" in the Terminal. The script puts 28 the resulting HTML docs in "trunk/generated/doxygen/html". 34 peek at the Midi Kit docs to figure out what the hell that means ;-)
|
/haiku/build/jam/packages/ |
H A D | MakefileEngine | 12 # docs 14 [ FDirName $(HAIKU_TOP) docs misc makefile-engine.html ] : makefile-engine.html ;
|
H A D | NetFS | 22 # docs 24 [ FDirName $(HAIKU_TOP) docs add-ons NetFS.html ] : NetFS.html ;
|
H A D | HaikuBootstrap | 384 : [ FDirName $(HAIKU_TOP) docs apps diskusage ]
|
/haiku/src/kits/tracker/ |
H A D | FavoritesMenu.cpp | 209 int32 apps, docs, folders; in AddNextItem() local 210 TrackerSettings().RecentCounts(&apps, &docs, &folders); in AddNextItem() 212 BRoster().GetRecentDocuments(&fItems, docs, NULL, info.signature); in AddNextItem() 257 int32 apps, docs, folders; in AddNextItem() local 258 TrackerSettings().RecentCounts(&apps, &docs, &folders); in AddNextItem()
|
/haiku/docs/develop/ |
H A D | TODO | 13 - There are doxyfiles for various components. Unlike the one used for API docs, they scan the cpp 16 - There are TODO lists in various places in the docs, turn them into bugreports in the bugtracker
|
H A D | index.rst | 28 * The `User guide <https://www.haiku-os.org/docs/userguide/en/contents.html>`_ documents Haiku from… 29 * The `Haiku Interface Guidelines <https://www.haiku-os.org/docs/HIG/index.xml>`_ document graphica…
|
/haiku/ |
H A D | ReadMe.md | 7 | [API docs](https://api.haiku-os.org)** 50 The main piece of documentation that still needs work are the API docs (found 51 in the tree at `docs/user`). Just find an undocumented class, write
|
/haiku/src/add-ons/index_server/fulltext/ |
H A D | CLuceneDataBase.cpp | 188 CLuceneWriteDataBase::_RemoveDocuments(std::vector<entry_ref>& docs) in _RemoveDocuments() argument 196 for (unsigned int i = 0; i < docs.size(); i++) { in _RemoveDocuments() 197 BPath path(&docs.at(i)); in _RemoveDocuments()
|
H A D | CLuceneDataBase.h | 40 bool _RemoveDocuments(std::vector<entry_ref>& docs);
|
/haiku/src/apps/deskbar/ |
H A D | DeskbarMenu.cpp | 583 TRecentsMenu* docs = new TRecentsMenu(model.Name(), in AddRecents() local 585 docs->SetTypesList(TypesList()); in AddRecents() 586 docs->SetTarget(Target()); in AddRecents() 588 item = new ModelMenuItem(&model, docs); in AddRecents()
|
/haiku/docs/develop/kernel/arch/ppc/ |
H A D | mac.rst | 16 * http://ps-2.kev009.com/solinno.co.uk/7043-140/files/docs/ {OF,PReP}
|
H A D | sam460ex.rst | 101 * (see also arm docs)
|
/haiku/docs/develop/file_systems/befs/ |
H A D | resources.rst | 9 site <https://www.haiku-os.org/legacy-docs/practical-file-system-design.pdf>`__.
|
/haiku/docs/develop/kernel/arch/arm/ |
H A D | ipaq.rst | 11 * http://ecos.sourceware.org/docs-3.0/redboot-guide/ipaq.html
|
H A D | allwinner_a10.rst | 99 docs on the hardware. https://linux-sunxi.org/
|
/haiku/docs/user/net/ |
H A D | _network_intro.dox | 45 …<a href="http://haiku-os.org/docs/userguide/en/preferences/network.html">Network preferences app</…
|
/haiku/data/system/data/KeyboardLayouts/ |
H A D | X-Bows Nature | 6 # https://www.haiku-os.org/docs/api/keyboard.html
|
/haiku/docs/user/midi/ |
H A D | midi1intro.dox | 7 - <A HREF="https://www.haiku-os.org/legacy-docs/bebook/TheMidiKit_Overview.html">Midi
|
/haiku/docs/user/interface/ |
H A D | OptionControl.dox | 14 ///// TO THEY WHO DOCUMENT: it seems like the OptionControl.cpp file some docs already, so that's a…
|
H A D | Picture.dox | 158 See http://haiku-os.org/legacy-docs/bebook/BPicture.html#BPicture_Play
|
/haiku/docs/develop/file_systems/ |
H A D | overview.rst | 11 See docs/user/drivers/fs_interface.dox for more detailed documentation
|
H A D | xfs.rst | 125 `in the API reference <https://www.haiku-os.org/docs/api/fs_modules.html>`_ 367 `here <http://ftp.ntu.edu.tw/linux/utils/fs/xfs/docs/xfs_filesystem_structure.pdf>`_
|
/haiku/docs/develop/build/rc/ |
H A D | notes.rst | 42 because rc doesn't add the message fields as "fixedSize" (see the BMessage docs from the BeBook).
|
/haiku/docs/develop/release/ |
H A D | cookbook.rst | 124 * https://www.haiku-os.org/docs/userguide/en/contents.html -- sync with branch or tag.
|