diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-08-23 10:05:49 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-08-23 10:05:49 -0600 |
commit | 65690f96d366f8d481a4ea129f21f21eff85ef12 (patch) | |
tree | ab4ff61e65a36ac861740cd459360be5c732ccfd | |
parent | Merge branch 'master' of github.com:Taywee/args (diff) | |
download | args.hxx-65690f96d366f8d481a4ea129f21f21eff85ef12.tar.xz |
fix pages6.0.3
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 4 | ||||
-rw-r--r-- | Doxyfile | 2 | ||||
m--------- | pages | 0 |
4 files changed, 2 insertions, 5 deletions
@@ -46,3 +46,4 @@ Makefile !/Makefile *-prefix gitlike +/pages/ diff --git a/.gitmodules b/.gitmodules index 85b2c7b..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "pages"] - path = pages - url = git@github.com:Taywee/args.git - branch = gh-pages @@ -38,7 +38,7 @@ PROJECT_NAME = "args" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 6.0.2 +PROJECT_NUMBER = 6.0.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/pages b/pages deleted file mode 160000 -Subproject af1518c30407129c3623cd7162b0e10f4e8cfab |