Page 1 of 1

Issue with documentation

Posted: Wed Feb 05 2020 12:01 pm
by CandL
I was looking at the page "CopperSpice Project Using CMake" (https://www.copperspice.com/docs/cs_overview/sample-cs-cmake.html)

You have in red the words CMakeLists.txt and HelloLunch, these are not links ... but the CMakelists.txt are on the same page, ok this is fine.

The "Hellolunch" refers to a project but provides no directional info on how to find it. After 10 minutes of looking for a main.cpp (or main_window.cpp) for a HelloLunch project I gave up.

A google search on "github hellolunch" produces 2 results both copperspice issue reports.

Is there a "HelloLunch" app?

Re: Issue with documentation

Posted: Wed Feb 05 2020 6:13 pm
by barbara
You have in red the words CMakeLists.txt and HelloLunch, these are not links
These are actually in orange to show emphasis, they are not intended to be links. As you did mention the text for the build files are on this page so this is not an issue.
The "Hellolunch" refers to a project but provides no directional info on how to find it.
This is not a real project but rather a fictitious project and the only purpose is to show CMake build files. Our docs do refer to our KitchenSink project as one you should look at for more information. You can also look at DoxyPress for examples of build files.

Re: Issue with documentation

Posted: Thu Feb 06 2020 11:43 pm
by barbara
To help out with any confusion we will update the CS Overview docs to indicate that HelloLunch is not a real project. Thanks for helping us see this would be a good idea.

Keep on letting us know how to improve.

Barbara