diff --git a/Doxyfile b/Doxyfile index 01df912..0ba75e8 100644 --- a/Doxyfile +++ b/Doxyfile @@ -5,7 +5,7 @@ PROJECT_NAME = C/C++ PROJECT_NUMBER = OUTPUT_DIRECTORY = @CMAKE_CURRENT_SOURCE_DIR@/doc CREATE_SUBDIRS = NO -OUTPUT_LANGUAGE = German +OUTPUT_LANGUAGE = Englisch ... JAVADOC_AUTOBRIEF = YES ... diff --git a/README.md b/README.md new file mode 100644 index 0000000..b37f3fc --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ + + +[Dokumentation](https://files.joethei.space/documentation/Studium/C_CPP/) \ No newline at end of file diff --git a/src/07_STD/MP/grundgeruest.hpp b/src/07_STD/MP/grundgeruest.hpp index 9f48fa6..26b44a2 100644 --- a/src/07_STD/MP/grundgeruest.hpp +++ b/src/07_STD/MP/grundgeruest.hpp @@ -1,10 +1,2 @@ -/** - * @param string1 ein String - * @param string2 noch ein String - */ int stringSimilarity(std::string string1, std::string string2); - -/** - * Ein test - */ void unittest_stringSimilarity(); \ No newline at end of file