<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/proto2cpp/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 06 Sep 2015 21:35:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/proto2cpp/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Forgot to reply to this discussion that a resolution to the problem was found and I fixed the instructions in Wiki page. Apparently there was a change in Doxygen's internal behaviour in v1.8.8 - since then one needs to add&lt;br/&gt;
    EXTENSION_MAPPING = proto=C&lt;br/&gt;
That way Doxygen will use C language parser for .proto files and combined with this filter the files get proper Doxygen output.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimoM</dc:creator><pubDate>Sun, 06 Sep 2015 21:35:05 -0000</pubDate><guid>https://sourceforge.net1071ce35718007db5910c25f55864b2654ca60ed</guid></item><item><title>Home modified by TimoM</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -9,9 +9,11 @@
     * `JAVADOC_AUTOBRIEF      = YES`
 3. In the Doxygen configuration file, find `FILE_PATTERNS` and add `*.proto`
     * `FILE_PATTERNS = *.proto`
-4. In the Doxygen configuration file, find `INPUT_FILTER` and add proto2cpp.py script
+4. In the Doxygen configuration file, find `EXTENSION_MAPPING` and add `proto=C`
+    * `EXTENSION_MAPPING      = proto=C`
+5. In the Doxygen configuration file, find `INPUT_FILTER` and add proto2cpp.py script
     * `INPUT_FILTER = "python proto2cpp.py"`
-5. Run Doxygen with the modified configuration
+6. Run Doxygen with the modified configuration
     * `doxygen doxyfile`

@@ -48,27 +50,22 @@

 * Windows 7 Home Premium (64 bit)
     - Doxygen version 1.8.8
-    - **NOTE: The script (v0.5-beta) does not work with this Doxygen version!**
     - Python version 3.3.1 (64 bit)

 * Windows 7 Home Premium (64 bit)
     - Doxygen version 1.8.9
-    - **NOTE: The script (v0.5-beta) does not work with this Doxygen version!**
     - Python version 3.3.1 (64 bit)

 * Windows 7 Home Premium (64 bit)
     - Doxygen version 1.8.9.1
-    - **NOTE: The script (v0.5-beta) does not work with this Doxygen version!**
     - Python version 3.3.1 (64 bit)

 * Windows 7 Home Premium (64 bit)
     - Doxygen version 1.8.10
-    - **NOTE: The script (v0.5-beta, v0.6-beta) does not work with this Doxygen version!**
     - Python version 3.3.1 (64 bit)

 * Ubuntu 10.04 LTS (32 bit)
     - Doxygen version 1.8.10
-    - **NOTE: The script (v0.6-beta) does not work with this Doxygen version"**
     - Python version 2.6.5

 [[project_admins]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimoM</dc:creator><pubDate>Mon, 27 Jul 2015 16:12:00 -0000</pubDate><guid>https://sourceforge.net34f34e7d9a55963af43ff8e7cebae17a627af286</guid></item><item><title>Home modified by TimoM</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -2,17 +2,18 @@
 The script is released under GNU Lesser General Public License version 2.1.

 How to enable this filter in Doxygen:
+
 1. Generate Doxygen configuration file with command `doxygen -g &amp;lt;filename&amp;gt;`
-    - e.g.  `doxygen -g doxyfile`
-2. In the Doxygen configuration file, find `JAVADOC_AUTOBRIEF` and set it enabled
-    - `JAVADOC_AUTOBRIEF      = YES`
-   This is required since version 0.6-beta
+    * e.g.  `doxygen -g doxyfile`
+2. In the Doxygen configuration file, find `JAVADOC_AUTOBRIEF` and set it enabled (this is required since version 0.6-beta)
+    * `JAVADOC_AUTOBRIEF      = YES`
 3. In the Doxygen configuration file, find `FILE_PATTERNS` and add `*.proto`
-    - `FILE_PATTERNS = *.proto`
+    * `FILE_PATTERNS = *.proto`
 4. In the Doxygen configuration file, find `INPUT_FILTER` and add proto2cpp.py script
-    - `INPUT_FILTER = "python proto2cpp.py"`
+    * `INPUT_FILTER = "python proto2cpp.py"`
 5. Run Doxygen with the modified configuration
-    - `doxygen doxyfile`
+    * `doxygen doxyfile`
+

 If Doxygen output for the script itself is wanted, `FULL_PATH_NAMES` in the Doxygen configuration should have value `YES` since the script will skip the files named `proto2cpp.py`.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimoM</dc:creator><pubDate>Mon, 27 Jul 2015 12:35:17 -0000</pubDate><guid>https://sourceforge.net3c5af79a5c27ce5cd1efda8a3111bd8a2bd2f4ab</guid></item><item><title>Home modified by TimoM</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -4,11 +4,14 @@
 How to enable this filter in Doxygen:
 1. Generate Doxygen configuration file with command `doxygen -g &amp;lt;filename&amp;gt;`
     - e.g.  `doxygen -g doxyfile`
-2. In the Doxygen configuration file, find `FILE_PATTERNS` and add `*.proto`
+2. In the Doxygen configuration file, find `JAVADOC_AUTOBRIEF` and set it enabled
+    - `JAVADOC_AUTOBRIEF      = YES`
+   This is required since version 0.6-beta
+3. In the Doxygen configuration file, find `FILE_PATTERNS` and add `*.proto`
     - `FILE_PATTERNS = *.proto`
-3. In the Doxygen configuration file, find `INPUT_FILTER` and add proto2cpp.py script
+4. In the Doxygen configuration file, find `INPUT_FILTER` and add proto2cpp.py script
     - `INPUT_FILTER = "python proto2cpp.py"`
-4. Run Doxygen with the modified configuration
+5. Run Doxygen with the modified configuration
     - `doxygen doxyfile`

 If Doxygen output for the script itself is wanted, `FULL_PATH_NAMES` in the Doxygen configuration should have value `YES` since the script will skip the files named `proto2cpp.py`.
@@ -59,8 +62,13 @@

 * Windows 7 Home Premium (64 bit)
     - Doxygen version 1.8.10
-    - **NOTE: The script (v0.5-beta) does not work with this Doxygen version!**
+    - **NOTE: The script (v0.5-beta, v0.6-beta) does not work with this Doxygen version!**
     - Python version 3.3.1 (64 bit)
+
+* Ubuntu 10.04 LTS (32 bit)
+    - Doxygen version 1.8.10
+    - **NOTE: The script (v0.6-beta) does not work with this Doxygen version"**
+    - Python version 2.6.5

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimoM</dc:creator><pubDate>Mon, 27 Jul 2015 12:28:33 -0000</pubDate><guid>https://sourceforge.net217e93d6e1beda968d5b4c38ad6a0e30377507ad</guid></item><item><title>Home modified by TimoM</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -57,5 +57,10 @@
     - **NOTE: The script (v0.5-beta) does not work with this Doxygen version!**
     - Python version 3.3.1 (64 bit)

+* Windows 7 Home Premium (64 bit)
+    - Doxygen version 1.8.10
+    - **NOTE: The script (v0.5-beta) does not work with this Doxygen version!**
+    - Python version 3.3.1 (64 bit)
+
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimoM</dc:creator><pubDate>Sun, 26 Jul 2015 17:57:03 -0000</pubDate><guid>https://sourceforge.net999d279333bb282b14d1ebabb4c1c222bc39da38</guid></item><item><title>Home modified by TimoM</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -34,5 +34,28 @@
     - Doxygen version 1.8.3.1
     - Python version 3.3.1 (64 bit)

+* Windows 7 Home Premium (64 bit)
+    - Doxygen version 1.8.6
+    - Python version 3.3.1 (64 bit)
+
+* Windows 7 Home Premium (64 bit)
+    - Doxygen version 1.8.7
+    - Python version 3.3.1 (64 bit)
+
+* Windows 7 Home Premium (64 bit)
+    - Doxygen version 1.8.8
+    - **NOTE: The script (v0.5-beta) does not work with this Doxygen version!**
+    - Python version 3.3.1 (64 bit)
+
+* Windows 7 Home Premium (64 bit)
+    - Doxygen version 1.8.9
+    - **NOTE: The script (v0.5-beta) does not work with this Doxygen version!**
+    - Python version 3.3.1 (64 bit)
+
+* Windows 7 Home Premium (64 bit)
+    - Doxygen version 1.8.9.1
+    - **NOTE: The script (v0.5-beta) does not work with this Doxygen version!**
+    - Python version 3.3.1 (64 bit)
+
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimoM</dc:creator><pubDate>Thu, 07 May 2015 19:29:46 -0000</pubDate><guid>https://sourceforge.netb84acd2d6683a3a857f69a0848581e54b6639cb8</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
Thanks for your feedback.&lt;br /&gt;
Indeed it seems that the filter doesn't work with Doxygen v1.8.9.1. Unfortunately I don't have a quick-fix to provide, I'll have to take a deeper look at what has changed in Doxygen.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimoM</dc:creator><pubDate>Sun, 26 Apr 2015 20:32:47 -0000</pubDate><guid>https://sourceforge.neta96057f5e6f60094c41649517286b19da1dcfdff</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I can't get the example provided in the download file to work with Doxygen v1.8.9.1 and proto2cpp v0.5-beta. If i open the file &lt;code&gt;html/index.html&lt;/code&gt; I can not see any documentation. I've enabled logging and pasted the output of the generated &lt;code&gt;proto2cpp.log&lt;/code&gt; file &lt;a class="" href="http://pastebin.com/hkVYNPhM" rel="nofollow"&gt;here&lt;/a&gt;. Did something change regarding filtering in Doxygen? Do you know how-to fix it? Or do I have wrong expectations regarding this project? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FlorianWolters</dc:creator><pubDate>Thu, 23 Apr 2015 14:31:32 -0000</pubDate><guid>https://sourceforge.net1642aa61ad806af97a8be2f1d1f9e8c8db1f9ece</guid></item><item><title>Home modified by TimoM</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -11,6 +11,7 @@
 4. Run Doxygen with the modified configuration
     - `doxygen doxyfile`

+If Doxygen output for the script itself is wanted, `FULL_PATH_NAMES` in the Doxygen configuration should have value `YES` since the script will skip the files named `proto2cpp.py`.

 The tarball available as well as Code section contains the filter (`proto2cpp.py`), an example `.proto` file, an example Doxygen configuration file, and a copy of GNU Lesser General Public License version 2.1.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimoM</dc:creator><pubDate>Thu, 05 Sep 2013 20:45:53 -0000</pubDate><guid>https://sourceforge.netd61618733efd507a7edb8d76df21d44da84e4b3d</guid></item><item><title>Home modified by TimoM</title><link>https://sourceforge.net/p/proto2cpp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -11,8 +11,6 @@
 4. Run Doxygen with the modified configuration
     - `doxygen doxyfile`

-
-Currently (version 0.4-beta) the script searches for .proto files from the pwd.

 The tarball available as well as Code section contains the filter (`proto2cpp.py`), an example `.proto` file, an example Doxygen configuration file, and a copy of GNU Lesser General Public License version 2.1.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TimoM</dc:creator><pubDate>Fri, 30 Aug 2013 11:14:10 -0000</pubDate><guid>https://sourceforge.neta8e1b9c40f19dc99f175f14fea181346f91430cb</guid></item></channel></rss>