no sé qué es lo que hago pero funciona
Go to file
Cerapter c01c835225
More AOClient documentation, reorganise docs
No more `@ingroup`s.
I believe for what i want to do, `@name` probably works better, it
separates stuff out right in the `AOClient`'s documetation page.

Furthermore, I also documented two `Q_ENUM` macros with the most basic
'duh'-kinda documentation, since Doxygen complained that they aren't
documented.
2021-03-18 21:48:48 +01:00
.github/workflows work with old qt 2020-10-06 14:05:45 -05:00
bin/config_sample add all evidence mods EXCEPT hiddencm 2021-03-11 02:05:38 -06:00
doxygen More AOClient documentation, reorganise docs 2021-03-18 21:48:48 +01:00
include More AOClient documentation, reorganise docs 2021-03-18 21:48:48 +01:00
resource/icon remove all ui stuff 2020-09-01 16:19:08 -05:00
src Document Server 2021-03-15 18:05:26 +01:00
.gitignore Only ignore the HTML output for Doxygen 2021-03-16 16:54:14 +01:00
akashi.pro general cleanup, net debug switch 2020-10-06 13:45:28 -05:00
Doxyfile Partially document AOClient 2021-03-17 22:44:56 +01:00
license_notice.txt add license info to files 2020-08-26 02:08:54 -05:00
LICENSE.md add license and blank readme 2020-08-24 01:21:51 -05:00
README.md Update README 2021-03-05 09:08:14 -06:00

akashi

A C++ server for Attorney Online 2

Build instructions

Requires Qt >= 5.10, and Qt websockets

   git clone https://github.com/AttorneyOnline/akashi
   cd akashi
   qmake
   make

Copyright © scatterflower 2021