Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
83d9f9e8
Kaydet (Commit)
83d9f9e8
authored
Kas 02, 2011
tarafından
Nick Treleaven
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix generating API docs (Windows makefile).
Also fixes a doxygen warning.
üst
f31a8486
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
makefile.win32
doc/makefile.win32
+5
-0
pluginsymbols.c
doc/pluginsymbols.c
+2
-1
No files found.
doc/makefile.win32
Dosyayı görüntüle @
83d9f9e8
...
...
@@ -7,6 +7,7 @@
RST2HTML
=
python rst2html.py
DOXYGEN
=
doxygen
CP
=
copy
RM
=
del
-include
../localwin32.mk
...
...
@@ -16,6 +17,10 @@ doc: geany.txt
hacking-doc
:
../HACKING
$(RST2HTML)
-stg
--stylesheet
=
geany.css
$^
hacking.html
# FIXME: we should also replace anything like @VERSION@
Doxyfile
:
Doxyfile.in
$(CP)
$<
$@
api-doc
:
Doxyfile
$(DOXYGEN)
doc/pluginsymbols.c
Dosyayı görüntüle @
83d9f9e8
...
...
@@ -32,7 +32,8 @@
* @link plugindata.h @endlink.
*/
/** Use the PLUGIN_VERSION_CHECK() macro instead. Required by Geany. */
/** Use the PLUGIN_VERSION_CHECK() macro instead. Required by Geany.
* @return . */
gint
plugin_version_check
(
gint
);
/** Use the PLUGIN_SET_INFO() macro to define it. Required by Geany.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment