Public bug reported:

Binary package hint: doxygen

I am trying to document a constructor:

        /// <summary>
        /// Initialisiert diesen IdErzeuger mit einem Präfix ohne Zähler.
        /// </summary>
        /// <param name="präfix">Der Präfix.</param>
        public IdErzeuger(string präfix)
            : this(präfix, false)
        {
        }

Which results in the following warnings:
IdErzeuger.cs:33: warning: argument 'pr' of command @param is not found in the 
argument list of Iev.IdErzeuger::IdErzeuger(string präfix)
IdErzeuger.cs:33: warning: argument 'auml' of command @param is not found in 
the argument list of Iev.IdErzeuger::IdErzeuger(string präfix)
IdErzeuger.cs:33: warning: argument 'fix' of command @param is not found in the 
argument list of Iev.IdErzeuger::IdErzeuger(string präfix)
IdErzeuger.cs:33: warning: The following parameters of 
Iev::IdErzeuger::IdErzeuger(string präfix) are not documented:
  parameter 'präfix'

When I open the compiled HTML and man documentation, the parameter is
documented correctly.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: doxygen 1.7.1-1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
Architecture: amd64
Date: Mon Dec 27 01:45:16 2010
InstallationMedia: Kubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101008)
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: doxygen

** Affects: doxygen (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694641

Title:
  doxygen incorrectly handles parameter names with umlauts in C#

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to