This commit is contained in:
Michael Davidsaver
2017-06-14 17:06:38 +02:00
parent ec9aba79ae
commit 26efd09d45
4 changed files with 1718 additions and 924 deletions

2
.gitignore vendored
View File

@@ -4,8 +4,6 @@ doc/
include/
db/
dbd/
documentation/html
documentation/*.tag
envPaths
configure/*.local
configure/RELEASE.*

3
documentation/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.tag
*.db
html/

File diff suppressed because it is too large Load Diff

10
documentation/mainpage.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef MAINPAGE_H
#define MAINPAGE_H
/**
@mainpage PVDATA C++
*/
#endif /* MAINPAGE_H */