From 65690f96d366f8d481a4ea129f21f21eff85ef12 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Tue, 23 Aug 2016 10:05:49 -0600 Subject: fix pages --- .gitignore | 1 + .gitmodules | 4 ---- Doxyfile | 2 +- pages | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) delete mode 160000 pages diff --git a/.gitignore b/.gitignore index 5056399..cbd6116 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Doxyfile b/Doxyfile index 4b43fe4..b0630f5 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 index af1518c..0000000 --- a/pages +++ /dev/null @@ -1 +0,0 @@ -Subproject commit af1518c30407129c3623cd7162b0e10f4e8cfabf -- cgit v1.2.1