EasySockets v2.0.0
A simple, cross platform socket library for C++.
Loading...
Searching...
No Matches
Documentation.hpp
1#pragma once
2
3/*
4 * This file is for defining the documentation macros that will be used
5 * for the library to ensure that it remains consistent across all platforms.
6 *
7 * Things which only need documentation in one place should not use this.
8 *
9 * Relevant files will be parsed by generate_docs.py, which will clear all the
10 * existing docs and replace them with the ones defined in the file.
11 *
12 * This is only done because most IDEs don't pick up on @copydoc for tooltips.
13 */
14
19#define ES_API_DOC(id)
20
21
22// DOXYGEN GROUPS
23
28