refactor(readme): remove doxygen requirement

This commit is contained in:
2026-03-06 01:54:16 +01:00
parent 93d09ae9df
commit cebb05a834
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ A minimal HTTP web server written in C.
- myclib (on my profile) - myclib (on my profile)
- [tomlc17](https://github.com/cktan/tomlc17) - [tomlc17](https://github.com/cktan/tomlc17)
- [doxygen](https://www.doxygen.nl/) (optional, for documentation only - requires `dot`)
## Build ## Build
+1 -1
View File
@@ -35,7 +35,7 @@ static cws_vhost_s *get_vhost(cws_config_s *config, char *host) {
} }
} }
/* ?? */ /* This should not happen */
return NULL; return NULL;
} }