Skip to content

Commit 3e661c3

Browse files
doxygen
exclude dictionaries from documentation correct style in the main README.md
1 parent ecc91ad commit 3e661c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,19 @@ This installation:
1919
##### Step by step installation
2020
1. Install [FairSoft/AlFa](https://github.com/FairRootGroup/FairSoft/tree/dev)
2121

22-
we use here "alfa_src" as a directory name, you can change it to what ever you like
22+
we use here "alfa_src" as a directory name, you can change it to what ever you like.
23+
2324

2425
```bash
26+
2527
git clone https://github.com/FairRootGroup/FairSoft.git alfa_src
2628
cd alfa_src
2729
./alfaconfig.sh
2830
# 1) gcc (on Linux) 5) Clang (on OSX)
2931
# 1) No Debug Info
3032
# 2) Internet (install G4 files from internet)
3133
# path: ~/AlFa
34+
3235
```
3336

3437
To run the tests do:

doxygen/doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ EXCLUDE = .git/ \
108108
html-docs/ \
109109
doxygen cmake config gconfig geometry input parameters .svn vis
110110
EXCLUDE_SYMLINKS = NO
111-
EXCLUDE_PATTERNS =
111+
EXCLUDE_PATTERNS = G__* ClassImp build_*
112112
EXCLUDE_SYMBOLS =
113113
EXAMPLE_PATH =
114114
EXAMPLE_PATTERNS =

0 commit comments

Comments
 (0)