make libpq documentation navigable between functions

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема make libpq documentation navigable between functions
Дата
Msg-id alpine.DEB.2.21.1905121032330.27203@lancre
обсуждение исходный текст
Ответы Re: make libpq documentation navigable between functions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
Hello dev,

While writing some libpq code, I found it quite irritating that the 
documentation is not navigable, so when a function appears in a 
description of another function and you are interested, there is no direct 
way to find it, you have to go to the index or to guess in which section 
it is going to appear.

Attached:
  - a first patch to add a few missing "id"
  - a script which adds the references
  - a second patch which is the result of applying the script
    on top of the first patch, so that all PQ* functions are
    replaced by links to their documentation.

While doing this, I noticed that two functions are not documented: 
PQregisterThreadLock and PQsetResultInstanceData.

-- 
Fabien.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Why is infinite_recurse test suddenly failing?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Wrong dead return value in jsonb_utils.c