Imported Upstream version 1.8.15
[platform/upstream/doxygen.git] / addon / doxyparse / README
1 doxyparse
2 =========
3
4 This directory contains an "source parsing engine" based on doxyapp code.
5
6 More info and source code repository: https://github.com/analizo/doxygen
7
8 ## build dependencies
9
10   apt-get install flex bison cmake build-essential python
11
12 ## build
13
14   cmake -G "Unix Makefiles" -Dbuild_parse=ON
15   make
16
17 ## install
18
19   sudo make install
20
21 AUTHORS
22 =======
23
24 Antonio Terceiro <terceiro@softwarelivre.org>
25 João M. Miranda <joaomm88@gmail.com>
26 Joenio Costa <joenio@joenio.me>
27 Paulo Meirelles <paulo@softwarelivre.org>
28 Vinicius Daros <vkdaros@mercurio.eclipse.ime.usp.br>