search for: brief

Displaying 20 results from an estimated 3265 matches for "brief".

2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...blic wxEvtHandler </span><span class="cx"> { </span><span class="cx"> public: </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Default constructor. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxWindow() ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbs...
2015 May 26
3
[LLVMdev] Doxygen: enable autobrief?
So, I'd love to not have to write '\brief' but that's not what this gives us sadly. The behavior of autobrief is that the brief snippet stops at the first '.' in the text. It doesn't matter if that '.' is part of code or anything else. The behavior of the '\brief' command is that the paragraph it marks...
2015 May 01
3
[LLVMdev] Doxygen: enable autobrief?
We just had some discussion in the IRC channel and wondered whether it would be a good idea to enable one of the doxygen autobrief options for llvm: JAVADOC_AUTOBRIEF If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the first line (until the first dot) of a Javadoc-style comment as the brief description. If set to NO, the Javadoc-style will behave just like regular Qt-style comments (thus requiring an ex...
2006 Nov 06
3
HtmlWindow and friends
Hi Attached is a patch to add HtmlWindow and some of its friends, including HtmlEasyPrinting. Also a sample. I haven''t tried exposing the parsing and rendering API yet to allow custom tags etc - I just wanted to get basic HTML and the 0.6.0 compatibility classes first. There may well be some quite easy classes left. There''s one ugly kludge to get OnOpeningURL to compile -
2015 May 22
2
[LLVMdev] Doxygen: enable autobrief?
I am all for not having to add \brief. The more readable the comments are for someone not using doxygen the better. On May 8, 2015 2:06 PM, "Matthias Braun" <matze at braunis.de> wrote: > So far I've heard no objections, I'll wait a few more days and then change > the doxygen configuration and the recomme...
2015 May 06
2
[LLVMdev] Doxygen: enable autobrief?
Getting rid of all the distracting \brief comment markers in our header files would be great! Note that we will also need to update our coding standards to no longer encourage them then. -- adrian > On May 3, 2015, at 9:08 PM, Justin Bogner <mail at justinbogner.com> wrote: > > Matthias Braun <matze at braunis.de> wr...
2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
...public wxControl </span><span class="cx"> { </span><span class="cx"> public: </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Default constructor. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxToolBar() ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nb...
2017 Mar 31
2
How to write the same things as `opt` command in C++ API
...it to dump `undef`. Could you tell me how to stop inlining of `undef`? [output of C++ doe] ; ModuleID = 'my module' ; Function Attrs: norecurse nounwind readnone define i32 @main() #0 { entrypoint: ret i32 undef } attributes #0 = { norecurse nounwind readnone } [C++ code] /// @brief context llvm::LLVMContext context; /// @brief module std::unique_ptr<llvm::Module> module = llvm::make_unique<llvm::Module>("my module", context); llvm::PassManagerBuilder pm_builder; llvm::legacy::PassManager pm; pm_builder.Inliner = llvm::createFunctionInliningPass(); pm...
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...p;nbsp*/ </span><span class="cx"> </span><span class="cx"> wxHtmlCell() ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief This method is used to adjust pagebreak position. The parameter is -variable that contains y-coordinate of page break (= horizontal line that -should not be crossed by words, images etc.). If this cell cannot be divided -into two pieces (each one on another page) then it moves the pagebreak -few pi...
2012 May 06
1
[envytools PATCH] nv50/pgraph: DATA_ERROR 0x24
...), 0 deletions(-) diff --git a/rnndb/nv50_pgraph.xml b/rnndb/nv50_pgraph.xml index 92d69ea..6499631 100644 --- a/rnndb/nv50_pgraph.xml +++ b/rnndb/nv50_pgraph.xml @@ -93,6 +93,9 @@ <value value="0x23" name="XY_OUT_OF_BOUNDS"> <!-- m2mf at least. 2d too? --> <brief>Your x/y coords exceed the size of your surface.</brief> </value> + <value value="0x24" name="VP_NO_INPUT_MASK"> + <brief>You tried to submit vertices without setting input mask (VP_ATTR_EN).</brief> + </value> <value value="0x...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...: public wxObject </span><span class="cx"> { </span><span class="cx"> public: </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Default constructor. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxImage() ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp...
2008 Mar 20
1
423 "Interval Too Brief" and expiry settings in sip.conf
...r is this problem harder ? - I've read something about Asterisk's bug on this error, but am not sure it really patching is necessary or can be avoided with different settings ? Thanks in advance, regards, Rob. --- (10 headers 0 lines) --- -- Got SIP response 423 "Interval Too Brief" back from xxx.xxx.xxx.xxx Really destroying SIP dialog '5d7cec216c2e56db5bdb83c16896467b at 192.168.0.1' Method: REGISTER [Mar 20 18:34:49] VERBOSE[7840] logger.c: <--- SIP read from xxx.xxx.xxx.xxx:5060 ---> SIP/2.0 423 Interval Too Brief Call-ID: 522ef0f7118f00d83d42b10828...
2007 Apr 28
0
[977] branches/wxruby2/wxwidgets_282/swig/classes/include/wxScrolledWindow.h: Add missing DoPrepareDC method, remove comment cruft
...: public wxPanel </span><span class="cx"> { </span><span class="cx"> public: </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Default constructor. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxScrolledWindow() ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp...
2012 Jun 15
2
[LLVMdev] [cfe-dev] Random, tiny question about doxygen comment style
...o ask this as James is busy making sure the Clang >> doxygen is actually all well formed, and reasonably linked together so >> we have proper docs for the ever growing number of Clang library users... >> >> There are two ways to use doxygen directives: >> >> /// \brief ... >> >> and >> >> /// @brief ... >> >> >> I'd like to pick one form and be consistent going forward (with no real >> intention or need to clean up existing comments) just so the bikeshed >> stays a consistent hue. >> >> I prefe...
2006 Nov 27
0
[760] trunk/wxruby2/swig/classes/include/wxHelpController.h: Correct method signatures for Initialize, OnQuit, GetFrameParameters;
...: public wxObject </span><span class="cx"> { </span><span class="cx"> public: </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Constructs a help instance object, but does not invoke the help viewer. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxHelpController() ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbs...
2006 Jan 19
2
Brief silences during calls
Where can I investigate the origin of brief silences during calls from/to my SIP phone? Only rare pauses of 0.5-1.0 sec when I'm not able to hear anything. Thanks Mimmus
2007 Apr 13
0
[950] branches/wxruby2/wxwidgets_282: Changes in GenericDirCtrl API 2.6->2.8, fix TreeItemId mapping, remove cruft
...public wxControl </span><span class="cx"> { </span><span class="cx"> public: </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Default constructor. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxGenericDirCtrl() ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp...
2004 Jul 12
4
in the makefile for wget ftp:// etc.
it''s a good idea to do this: wget --passive-ftp for more and more sites. Probably a good default. ron ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.s...
2006 Dec 31
0
[813] trunk/wxruby2/swig/classes: Added ScrollBar class
...public wxControl </span><span class="cx"> { </span><span class="cx"> public: </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Default constructor. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxScrollBar() ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&...
2012 Jun 15
0
[LLVMdev] [cfe-dev] Random, tiny question about doxygen comment style
...sure the Clang > >> doxygen is actually all well formed, and reasonably linked together so > >> we have proper docs for the ever growing number of Clang library > users... > >> > >> There are two ways to use doxygen directives: > >> > >> /// \brief ... > >> > >> and > >> > >> /// @brief ... > >> > >> > >> I'd like to pick one form and be consistent going forward (with no real > >> intention or need to clean up existing comments) just so the bikeshed > >> stay...