parent
644521b3a9
commit
c693417d2b
2
Doxyfile
2
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
|
||||
...
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<img src="https://teamcity.joethei.xyz/app/rest/builds/aggregated/strob:(branch:(buildType:(id:Studium_Programmierung_CC),policy:active_history_and_active_vcs_branches),locator:(buildType:(id:Studium_Programmierung_CC)))/statusIcon.svg">
|
||||
|
||||
[Dokumentation](https://files.joethei.space/documentation/Studium/C_CPP/)
|
|
@ -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();
|
Loading…
Reference in New Issue