Skip to content

Commit 3795b59

Browse files
committed
added doxygen config
1 parent 86b5ff1 commit 3795b59

File tree

2 files changed

+2580
-7
lines changed

2 files changed

+2580
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ If you need all of this, check [this](https://github.com/Iipal/libdll/tree/empty
1010
## Example
1111
Simplest example with a few comments
1212
```c
13-
#define LIBDLL_LOGGER // INCLUDE BEFORE "libdll.h" !!
14-
1513
#include "libdll.h"
1614

1715
char *str = "just a str";
@@ -30,11 +28,6 @@ void print_list_number_data(void *restrict obj_data) {
3028
}
3129

3230
int main(void) {
33-
/**
34-
* REQUIRED(!!!) before first call of any dll_* method in each file for creation of log-file, otherwise nothing will works.
35-
*/
36-
dll_init_logger;
37-
3831
dll_t *list = dll_init();
3932

4033
/**

0 commit comments

Comments
 (0)