first commit
This commit is contained in:
7
doc/doxygen/html/.gitignore
vendored
Normal file
7
doc/doxygen/html/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# git does not allow empty directories.
|
||||
# Yet, we need to add this empty directory on git.
|
||||
# To achieve that, we created this .gitignore file, so that the directory will not be empty thus enabling us to commit it.
|
||||
# Since we want all generated files/folders in this directory to be ignored by git, we add a rule for this.
|
||||
*
|
||||
# And then add an exception for this specifc file (so that we can commit it).
|
||||
!.gitignore
|
||||
7
doc/doxygen/index.html
Normal file
7
doc/doxygen/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; url=./html/index.html">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
1761
doc/doxygen/qxorm.doxygen
Normal file
1761
doc/doxygen/qxorm.doxygen
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user