Top "Comments" questions

A comment is a programming language construct used to embed non-compiled, programmer-readable annotations in the source code of a computer program.

Commenting syntax for x86 AT&T syntax assembly

The Intel syntax has comments using the semicolon. When I switched to AT&T, it actually tried to interpret …

assembly comments gnu-assembler att intel-syntax
XML multiline comments in C# - what am I doing wrong?

According to this article, it's possible to get multiline XML comments -- instead of using ///, use /** */. This is my interpretation …

c# visual-studio-2008 comments multiline xml-comments
Link share with facebook comments

So, on my blog I post about stuff, and then I share it on Facebook. Currently, I get more feedback …

facebook comments sharing facebook-comments facebook-sharer
How to make the GNU Assembler use a slash / for comments?

This is indeed a stupid idiosyncrasy of mine, but I can't stand the way GNU AS uses to insert a …

assembly comments gnu gnu-assembler
Multiline comment in Elixir

Most languages allow block comments, and multiline commands. For example, a multiline comment in HTML looks like the following: <!…

comments multiline elixir
Keyboard shortcut to Un/Comment out code in Mathematica 7?

A keyboard shortcut to comment/uncomment out a piece of code is common in other programming IDE's for languages like …

keyboard-shortcuts wolfram-mathematica comments mathematica-frontend
Where to document functions in C or C++?

I have a C program with multiple files, so I have, for example, stuff.c which implements a few functions, …

c documentation comments header-files
Do comments slow down an interpreted language?

I am asking this because I use Python, but it could apply to other interpreted languages as well (Ruby, PHP, …

python comments interpreter interpreted-language
Write comment in config files with python

I need to write some comment in a configuration file generated at runtime via ConfigParser library in Python. I want …

python comments configparser
How to put comments in device tree source files

How do i put multiline or single line comments in device tree source files. I couldn't find it anywhere. Does …

comments device-tree