~lgb/x-emulators/dev

« back to all changes in this revision

Viewing changes to build/Doxyfile.md

  • Committer: GitHub
  • Author(s): LGB
  • Date: 2020-06-09 11:33:47 UTC
  • mfrom: (265.1.101)
  • Revision ID: git-v1:527c2b021966f6f9f2444c23d6402c141d1c19d2
Merge pull request #116 from lgblgblgb/dev

Merge dev stage into master

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Source level documentation
 
2
 
 
3
This is a source code documentation of the [Xemu project](https://github.com/lgblgblgb/xemu/), or at least its
 
4
initial try :) It's generated with Doxygen. Please see the end of this
 
5
page to learn how to generate that for yourself.
 
6
 
 
7
# Contents
 
8
 
 
9
This section only makes sense if you read this as the part of the
 
10
generated Doxygen documentation.
 
11
 
 
12
* [Data structures](annotated.html)
 
13
* [Data structures index](classes.html)
 
14
* [Source files list](files.html)
 
15
 
 
16
# TODO
 
17
 
 
18
Now let's decorate the source with comments what Doxygen _can_ use to get fancier doc ... :)
 
19
 
 
20
# Generating the documentation
 
21
 
 
22
You can create/update it from UNIX using the source tree of Xemu:
 
23
 
 
24
    make doxygen
 
25
 
 
26
The result will be available in directory `buld/doc/doxygen`. Currently
 
27
only `html` output is generated. You can modify settings used by Doxygen
 
28
via file `build/Doxyfile`.