diff --git a/doc/doxyfile.in b/doc/doxyfile.in index 900b013f0..7410bfa01 100644 --- a/doc/doxyfile.in +++ b/doc/doxyfile.in @@ -909,10 +909,11 @@ WARN_LOGFILE = INPUT = \ "${CMAKE_SOURCE_DIR}/include" \ - "${CMAKE_SOURCE_DIR}/doc/src/common" \ "${CMAKE_SOURCE_DIR}/${DOX_INPUT_DOC}" \ "${CMAKE_SOURCE_DIR}/${DOX_INPUT_SRC}" + #"${CMAKE_SOURCE_DIR}/doc/src/common" \ + # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv diff --git a/doc/src/common/placeholder.md b/doc/src/common/placeholder.md deleted file mode 100644 index 765e4d547..000000000 --- a/doc/src/common/placeholder.md +++ /dev/null @@ -1,3 +0,0 @@ -# Placeholder Page - -Just an example... diff --git a/doc/src/public/mainpage.md b/doc/src/public/mainpage.md index 6e6f4d144..ca0113e5b 100644 --- a/doc/src/public/mainpage.md +++ b/doc/src/public/mainpage.md @@ -2,11 +2,7 @@ QtPokit is a cross-platform [Qt] library, and console application for accessing [Pokit] measuring devices. -This project is in very early stages of development, but aims to support both [Pokit Meter] and -[Pokit Pro], on Linux, Mac and Windows. A separate project (to launch later) will aim to provide a -cross-platform desktop GUI application using the QtPokit library. - -There's a lot more to go here, but in for now maybe jump to the [classes list](annotated.html), or visit +There's a lot more to go here, but for now jump to the [classes list](annotated.html), or visit the project homepage: https://github.com/pcolby/qtpokit [Pokit]: https://www.pokitinnovations.com/ "Pokit Innovations"