From 3627328e04d3b2d82514fce3d549ce78d07e0f5b Mon Sep 17 00:00:00 2001 From: felex67 Date: Mon, 25 May 2026 02:19:35 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=20=D1=81?= =?UTF-8?q?=20doxygen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Doxyfile | 2 +- README.md | 7 ++++--- doxy.sh | 4 ++++ doxy/jsinject.js | 20 +------------------- server/fxalloc | 2 +- 6 files changed, 12 insertions(+), 24 deletions(-) create mode 100755 doxy.sh diff --git a/.gitignore b/.gitignore index 95a11a2..6f309c1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ CTestTestfile.cmake _deps CMakeUserPresets.json docs +Doxylocal # CLion diff --git a/Doxyfile b/Doxyfile index 70f5731..48ac1e3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -68,7 +68,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY =/var/www/neurox.su/docs +OUTPUT_DIRECTORY =docs # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format diff --git a/README.md b/README.md index 47f35ac..734a94d 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ # NeurOX: Крестики‑нолики с ИИ или войти в IT | | | -|------------------:|:-------------------------------------------| -|**Документация:** | [https://neurox.su](https://neurox.su) | -| **Блог:** | [https://felexdev.ru](https://felexdev.ru) | +|------------------:|:----------------------------------------------------------------------------------| +| **Репозиторий:** | [https://felexdev.ru/git/felex67/neurox](https://felexdev.ru/git/felex67/neurox) | +|**Документация:** | [https://neurox.su](https://neurox.su) | +| **Блог:** | [https://felexdev.ru](https://felexdev.ru) | ## Цель проекта diff --git a/doxy.sh b/doxy.sh new file mode 100755 index 0000000..f7c2ab8 --- /dev/null +++ b/doxy.sh @@ -0,0 +1,4 @@ +#!/bin/bash +rm -rf /var/www/neurox.su/docs + +doxygen Doxylocal \ No newline at end of file diff --git a/doxy/jsinject.js b/doxy/jsinject.js index 949e5f2..413d061 100644 --- a/doxy/jsinject.js +++ b/doxy/jsinject.js @@ -1,23 +1,5 @@ var isInMobile = false; function jsinject_init() { - let navy = document.getElementById('side-nav'); - if (visualViewport.width < visualViewport.height) { - document.body.style.width = '100%'; - navy.style.width = '6px'; - navy.onclick = (function () { - if (navy.clientWidth > 0) { - navy.style.width = 0; - } - else { - navy.style.width = document.body.clientWidth + 'px'; - } - }); - isInMobile = true; - } - else { - document.body.style.width = '80%'; - document.body.style.margin = 'auto'; - navy.style.marginLeft = document.body.clientLeft + 'px'; - } + // Скоро зде что-нибудь появится =) } \ No newline at end of file diff --git a/server/fxalloc b/server/fxalloc index 829de60..9ceaff3 160000 --- a/server/fxalloc +++ b/server/fxalloc @@ -1 +1 @@ -Subproject commit 829de60342652968796360c2515c14b03899bda2 +Subproject commit 9ceaff3c6a16398b0d16155adc42e8f2e6dfd7a7